home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols;
- locks
- dglattin:1.1; strict;
- comment @ * @;
-
-
- 1.1
- date 92.08.18.04.58.04; author dglattin; state Exp;
- branches;
- next ;
-
-
- desc
- @test code.
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#ifndef __SUBCLASS2_H
- #define __SUBCLASS2_H
-
-
- #include <Object.h>
-
- @@interface SubClass2 : Object {
-
- char dumb[ 24 ];
- }
-
- +initialize;
- + newOther;
- - hokeyMethod;
- - print;
- - print:( const char* )aPhrase;
- - print:( const char* )msg1 with:( const char* )msg2;
- - storeOn:( int )aFd;
- - readFrom:( int )aFd;
-
- @@end
-
-
- #endif
-
- @
-